|
SmartFTP FTP Library
|
Uploads a specified local file to a specified remote file.
HRESULT UploadFileEx( [in] VARIANT varLocalFile, [in] BSTR bstrRemoteFile, [in] long nLocalStartPosLo, [in] long nLocalStartPosHi, [in] long nRemoteStartPosLo, [in] long nRemoteStartPosHi, [out, retval] enumError * retval );
The client opens a data connection and uploads the file with the STOR command. In case the nRemoteStartPosLo/nRemoteStartPosHi arguments are greater than zero, the client sends a REST command and the file is being resumed from the position specified in the nRemoteStartPosLo/nRemoteStartPosHi arguments.
|
What do you think about this topic? Send feedback!
|
|
Copyright (c) by SmartSoft Ltd. All rights reserved.
|